[XEN] Shadow: remove ununsed function shadow_convert_to_log_dirty().
authorTim Deegan <Tim.Deegan@xensource.com>
Fri, 31 Aug 2007 09:59:41 +0000 (10:59 +0100)
committerTim Deegan <Tim.Deegan@xensource.com>
Fri, 31 Aug 2007 09:59:41 +0000 (10:59 +0100)
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
xen/arch/x86/mm/shadow/common.c
xen/arch/x86/mm/shadow/private.h

index 54d1c484d66f5918a5050850684504b325ec142e..983d442a6c4187fed925e2226a6671d8ac22ea79 100644 (file)
@@ -2798,12 +2798,6 @@ shadow_write_p2m_entry(struct vcpu *v, unsigned long gfn,
 /**************************************************************************/
 /* Log-dirty mode support */
 
-/* Convert a shadow to log-dirty mode. */
-void shadow_convert_to_log_dirty(struct vcpu *v, mfn_t smfn)
-{
-    BUG();
-}
-
 /* Shadow specific code which is called in paging_log_dirty_enable().
  * Return 0 if no problem found.
  */
index 87e72f0c6dbe3cca8b186fe352c8110642f71fe6..16aad820752c6268704062bc7f9ecdc2fed33a05 100644 (file)
@@ -360,9 +360,6 @@ mfn_t shadow_alloc(struct domain *d,
                     unsigned long backpointer);
 void  shadow_free(struct domain *d, mfn_t smfn);
 
-/* Function to convert a shadow to log-dirty */
-void shadow_convert_to_log_dirty(struct vcpu *v, mfn_t smfn);
-
 /* Dispatcher function: call the per-mode function that will unhook the
  * non-Xen mappings in this top-level shadow mfn */
 void shadow_unhook_mappings(struct vcpu *v, mfn_t smfn);